home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Education
/
PC-SiG's World of Education.iso
/
run
/
2646
/
linear.eka
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-23
|
164 b
|
9 lines
; This demonstrates solving
; a system of linear equations.
2X + Y + Z = 7
X - Y + Z = 2
X + Y - Z = 0
{ Exact solution is X = 1, Y = 2, Z = 3.}